ServiceSearchMailboxes Method (MailboxQuery, SearchResultType, PreviewItemShape, IListPropertyOrder, String, Boolean, Int32, String, SearchPageDirection) |
Searches the mailboxes.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic SearchMailboxesResponse SearchMailboxes(
MailboxQuery mailboxQuery,
SearchResultType resultType,
PreviewItemShape itemShape,
IList<PropertyOrder> propertyOrder,
string language,
bool deduplication,
int pageSize,
string pageItemReference,
SearchPageDirection pageDirection
)
Public Function SearchMailboxes (
mailboxQuery As MailboxQuery,
resultType As SearchResultType,
itemShape As PreviewItemShape,
propertyOrder As IList(Of PropertyOrder),
language As String,
deduplication As Boolean,
pageSize As Integer,
pageItemReference As String,
pageDirection As SearchPageDirection
) As SearchMailboxesResponse
Parameters
- mailboxQuery
- Type: Independentsoft.ExchangeMailboxQuery
The mailbox query. - resultType
- Type: Independentsoft.ExchangeSearchResultType
Type of the result. - itemShape
- Type: Independentsoft.ExchangePreviewItemShape
The item shape. - propertyOrder
- Type: System.Collections.GenericIListPropertyOrder
The property order. - language
- Type: SystemString
The language. - deduplication
- Type: SystemBoolean
if set to true [deduplication]. - pageSize
- Type: SystemInt32
Size of the page. - pageItemReference
- Type: SystemString
The page item reference. - pageDirection
- Type: Independentsoft.ExchangeSearchPageDirection
The page direction.
Return Value
Type:
SearchMailboxesResponseSearchMailboxesResponse.
See Also